

.foot_top {
	width: 100%;
	display: flex;
	height: 200px;
	flex-flow: column;
	background: url('../imgs/footer/footbg.png') no-repeat center/100% 200px;
}
.foot_top .foot_top_d { 
	display: flex;
	/* margin-left: 288px; */
	padding-top: 20px;
	/* margin-bottom: 52px; */
	width: 1200px;
	margin: 0 auto 25px auto;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255,0.14);
	/* padding-left: 15px; */
	align-items: center;
	justify-content: space-between;
}
.foot_top .foot_top_d .foot_top_ditem>a {
	margin-right: 89px;
	font-size: 16px;
	color: #BADAFF;
	cursor: pointer;
	padding: 26px 0px;
}
.foot_top .foot_top_d .foot_top_ditem:hover a {
	color: #F9F9F9;
}

.foot_top .foot_top_d .foot_top_ditem:hover .sec-link-list {
    display: block
}

.foot_top .foot_top_d .foot_top_ditem .sec-link-list {
    display: none;
    left: 0;
    z-index: 1000;
    position: absolute;
    bottom: 63px;
    width: 100%;
    background-color: #316eb3;
    padding: 15px 40px
}

.foot_top .foot_top_d .foot_top_ditem .sec-link-list .sec-link-item {
    position: relative;
    float: left;
    width: 25%;
    padding: 10px 25px;
    text-align: left;
    font-size: 15px
}

.foot_top .foot_top_d .foot_top_ditem .sec-link-list .sec-link-item::after {
    top: 20px;
    left: 0;
    width: 5px;
    content: "";
    height: 5px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%
}

.foot_top .foot_top_d .foot_top_ditem .sec-link-list .sec-link-item>a {
    line-height: 1.2;
    color: #BADAFF
}

.foot_top .foot_top_d .foot_top_ditem .sec-link-list .sec-link-item>a:hover {
    color: #fff
}
.foot_top .foot_top_d .foot_top_d_left {
	display: flex;
}
.foot_top .foot_top_d .foot_top_d_right {}
.foot_top .foot_top_d .foot_top_d_right img {
	width: 160px;
	height: 46px;
	margin-right: 20px;
}
.foot_top .foot_top_d .foot_top_d_right a:last-child img{
	margin-right: 0px;
}
.foot_d1 {
	display: flex;
	position: relative;
	/* margin-left: 288px; */
	margin: 0 auto;
	width: 1200px;
	align-items: center;
	justify-content: space-between;
}

.foot_line0 {
	margin-left: 8px;
	border-right: 1px solid transparent;
	height: 240px;
	margin-top: 70px;
}

.foot_line1 {
	border-right: 1px solid transparent;
	height: 240px;
	margin-top: 70px;
}

.foot_q1 {
	width: auto;
}

.foot_q1_div2 {
	display: flex;
}
.foot_q1_div2 .leftspan {
	display: flex;
	flex-flow: column;
	font-size: 16px;
	color: #C2D9FF;
	opacity: 0.84;
}
.foot_q1_div2 .leftspan p {
	margin-bottom: 20px;
}
.foot_q1_div2 .leftspan p:last-child {
	margin-bottom: 0px;
}

.foot_q1_div2 .foot_q1_div2_left {
	margin-right: 60px;
	/* padding-left: 14px; */
}
.foot_q4 {
	/* margin-left: 235px; */
	position: relative;
}

.q4_tit {
	display: flex;
	align-items: center;
}
.q4_tit div {
	margin-right: 21px;
}
.q4_tit div:nth-of-type(1) {
	width: 110px;
	height: 55px;
}
.q4_tit div:nth-of-type(2) {
	width: 145px;
	height: 54px;
}
.q4_tit div:nth-of-type(3) {
	width: 46px;
	height: 59px;
	margin-right: 0px;
}
.q4_tit div img {
	width: 100%;
	height: 100%;
}
.foot_bot {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #161420;
}

.foot_bot1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-align: center;
	color: #7FAAFF;
	height: 54px;
		line-height: 54px;
		background: #1C3C60;
}

.foot_tb1 {
	height: 54px;
	line-height: 54px;
	background: #1C3C60;
}


article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}



